From: Ian Campbell Date: Tue, 18 Feb 2014 10:49:03 +0000 (+0000) Subject: libxl: fix typo in comment X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5483 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=8d9fa12c46046fcf1ac80fa1527e432ea2a71538;p=xen.git libxl: fix typo in comment Signed-off-by: Ian Campbell --- diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index 4c9cd646f9..b2c30155bd 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -51,7 +51,7 @@ * In the event that a change is required which cannot be made * backwards compatible in this manner a #define of the form * LIBXL_HAVE_ will always be added in order to make it - * possible to write applciations which build against any version of + * possible to write applications which build against any version of * libxl. Such changes are expected to be exceptional and used as a * last resort. The barrier for backporting such a change to a stable * branch will be very high.